home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerMacOberon feb96 / Text / Compiler.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1994-09-20  |  1.4 KB  |  31 lines  |  [TEXT/.Ob4]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. LineElems
  6. Alloc
  7. Chicago10.Scn.Fnt
  8. Compiler.Compile @    most recent selection
  9. Compiler.Compile *    marked viewer
  10. Compiler.Compile {filename} ~    list of files
  11. Edit.Open OberonErrors.Text    Compiler Error Codes
  12. The Oberon Compiler accepts the following options:
  13.     x    disable index checks
  14.     t    disable type guards
  15.     n    disable NIL checks
  16.     p    suppress initialization of local pointers to NIL
  17.     a    suppress code generation for ASSERT function
  18.     s    allow generation of new symbol file
  19.     f    find text position corresponding to selected pc value
  20. Each file parameter may be followed by a slash ("/") and a list of options.
  21. Examples:
  22.     Compiler.Compile */n
  23.     Compiler.Compile Demo.Mod/xnt Test.Mod/s ~
  24. When working with folded texts, use the following
  25. Folds.Compile *    compiles text (possibly with folds)
  26. Folds.Compile ^    and places error elems
  27. Folds.Compile ~
  28. Folds.ShowError *    places caret to next error elem (also in                     folds)
  29. Folds.SetProfile    sets options specified in Folds.Profile
  30. Folds.Restore    collapses folds opened during ShowError
  31.